home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
GooseheadRace2.swf
/
scripts
/
DefineButton2_397
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-07
|
104 b
|
7 lines
on(release){
s = new Sound();
s.attachSound("upgrade");
s.start();
gotoAndPlay(37);
}